List Box Control
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box Control.xml
A list box control is a variant of the combo box control, except that the list is typically displayed with several choices visible, so that the user does not have to click a button to display the choices. You can turn a combo box into a list box by changing the '^=' directive to '^#'. The syntax for a list box object is:
List Box Control Methods
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box Control Methods.xml
The List Box Control has the following methods. The list box control methods are used with a pointer to the control in the following way: .METHOD(). Refer to Retrieving a Pointer to a Control for techniques for getting a pointer.
Slider Control in a UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Slider/Slider Control in a Dialog Component.xml
A slider control is a graphical way of displaying and entering one or two numeric values. Our slider control is touch-sensitive on mobile devices and PC touch screens, and typically takes less screen real estate than a scroll bar.
List Box Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/index.xml
Xdialog list box control syntax.
Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX
/documentation/pages/Ref/Action Javascript/Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX.xml
Open a UX component in a pop-up window, or in a DIV on the current page, to edit the current page, to edit the current row in a List control in a UX component or to enter a new record into a List. (Applies only to Lists based on SQL or DBF data sources).
The Record List Control
/documentation/pages/Guides/Desktop/Xdialog/Controls/The Record List Control.xml
A record list control displays data in a combo box, edit-combo box, or a list box. Unlike combo boxes or list boxes, however, the record list is populated dynamically with data from records in a table. The advantage of this over a combo box or list box is that there is no limit to the number of entries that can be displayed in a record list. In addition, record lists have other advantages over combo boxes in that they can be multi-columned.
Simple List Box-Record List Control
/documentation/pages/Guides/Desktop/Xdialog/Controls/Simple List Box-Record List Control.xml
Use this record list command:
Advanced List Box-Record List Control
/documentation/pages/Guides/Desktop/Xdialog/Controls/Advanced List Box-Record List Control.xml
Describes the list box-record list control with an example.
Calendar Control in UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Calendar/Calendar Control in a Dialog Component.xml
This page describes the embedded Calendar control for the UX; it is not as fully-featured as the Calendar Component.
Check Box List Box Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/Check Box List Box Control Syntax.xml
A control type that displays a list of choices in a list box.